* gtk/gtktreeview.c (cancel_arrow_animation): Reset
expanded_collapsed_node when canceling the animation.
Patch by Nicholas Setton.
svn path=/trunk/; revision=20201
+2008-05-27 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 511217 - potential memory corruption after refreshing a tree_view
+
+ * gtk/gtktreeview.c (cancel_arrow_animation): Reset
+ expanded_collapsed_node when canceling the animation.
+ Patch by Nicholas Setton.
+
2008-05-28 Michael Natterer <mitch@imendio.com>
* modules/input/gtkimcontextime.h
g_source_remove (tree_view->priv->expand_collapse_timeout);
tree_view->priv->expand_collapse_timeout = 0;
+
+ /* Reset node */
+ tree_view->priv->expanded_collapsed_node = NULL;
}
}